home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xcalc / imakfile < prev    next >
Text File  |  1994-09-27  |  486b  |  16 lines

  1. XCOMM $XConsortium: Imakefile,v 1.8 91/08/15 12:19:56 rws Exp $
  2. #if defined(MacIIArchitecture) || defined(MotoR4Architecture)
  3.       IEEE_DEFS = -DIEEE
  4. #endif
  5.  
  6.         DEFINES = $(IEEE_DEFS) $(SIGNAL_DEFINES)
  7.         DEPLIBS = XawClientDepLibs
  8. LOCAL_LIBRARIES = XawClientLibs
  9.   SYS_LIBRARIES = -lm
  10.            SRCS = actions.c math.c xcalc.c 
  11.            OBJS = actions.o math.o xcalc.o 
  12.  
  13. ComplexProgramTarget(xcalc)
  14. InstallAppDefaults(XCalc)
  15. InstallAppDefaultsLong(XCalc-col,XCalc-color)
  16.